const github.com/refraction-networking/utls.extensionSignatureAlgorithms
10 uses
github.com/refraction-networking/utls (current package)
common.go#L114: extensionSignatureAlgorithms uint16 = 13
handshake_messages.go#L217: echOuterExts = append(echOuterExts, extensionSignatureAlgorithms)
handshake_messages.go#L219: exts.AddUint16(extensionSignatureAlgorithms)
handshake_messages.go#L566: case extensionSignatureAlgorithms:
handshake_messages.go#L1310: b.AddUint16(extensionSignatureAlgorithms)
handshake_messages.go#L1372: case extensionSignatureAlgorithms:
u_common.go#L351: case extensionSignatureAlgorithms:
u_tls_extensions.go#L30: case extensionSignatureAlgorithms:
u_tls_extensions.go#L413: b[0] = byte(extensionSignatureAlgorithms >> 8)
u_tls_extensions.go#L414: b[1] = byte(extensionSignatureAlgorithms)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |